/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3.11.2020, 22:34:01
    Author     : Fujitsu
*/

label {
    margin-bottom: 0 !important;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

th a { 
    color: whitesmoke;
}

th a:hover { 
    color: white;
}

.cdg-data-new {
    background: #ebfaeb ;
}

.table-hover tbody tr.cdg-data-new:hover td {
    background : #ccffdd;
}



.cdg-data-edit {
    background: #fff5e6 ;
}

.table-hover tbody tr.cdg-data-edit:hover td {
    background : #ffe0b3;
}



.cdg-data-delete {
    background:  #ffcccc;
}

.table-hover tbody tr.cdg-data-delete:hover td {
    background : #ff8080;
}


hr.hr-text {
  position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

